home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / CRIBBAGE.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  485b  |  16 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows
  3. # Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. #----------------------------------------------------------------------------
  5.  
  6. MODELS = ldft
  7. EXERES = cribbage
  8. LIBEXE = $(BCLIBDIR)\bivbx.lib
  9. OBJEXE = cribbage.obj board.obj carddisp.obj cards.obj dialogs.obj
  10.  
  11. !include $(BCEXAMPLEDIR)\owlmake.gen
  12.  
  13. !if $(_32BIT_)
  14.   LIBEXE=$(BCLIBDIR)\bivbx32.lib
  15. !endif
  16.